<!-- ONE STEP TO INSTALL DAILY REDIRECTION: 1. Paste the coding into the HEAD of your HTML document --> <!-- STEP ONE: Copy this code into the HEAD of your HTML document --> <HEAD> <SCRIPT LANGUAGE="JavaScript"> <!--Total Java Scripts 99 - Next Step Software--> <!-- Begin function initArray() { this.length = initArray.arguments.length; for (var i = 0; i < this.length; i++) this[i+1] = initArray.arguments[i]; } var DOWArray = new initArray("Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"); var today = new Date(); var day = DOWArray[today.getDay()]; if (day == "Monday") window.location = "Monday.html" if (day == "Tuesday") window.location = "Tuesday.html" if (day == "Wednesday") window.location = "Wednesday.html" if (day == "Thursday") window.location = "Thursday.html" if (day == "Friday") window.location = "Friday.html" if (day == "Saturday") window.location = "Saturday.html" if (day == "Sunday") window.location = "Sunday.html" // End --> </SCRIPT> <!-- Script Size: 1.10 KB -->
1998 Copyright (C) Next Step All Rights Reserved